runtime.pallocSum.end (method)

5 uses

	runtime (current package)
		mpagealloc.go#L803: 				size = sum.end()
		mpagealloc.go#L824: 		print("runtime: summary[", l-1, "][", lastSumIdx, "] = ", lastSum.start(), ", ", lastSum.max(), ", ", lastSum.end(), "\n")
		mpagealloc.go#L830: 			print("runtime: summary[", l, "][", i+j, "] = (", sum.start(), ", ", sum.max(), ", ", sum.end(), ")\n")
		mpagealloc.go#L848: 		print("runtime: summary[", len(p.summary)-1, "][", i, "] = (", sum.start(), ", ", sum.max(), ", ", sum.end(), ")\n")
		mpagealloc.go#L1022: func (p pallocSum) end() uint {